home *** CD-ROM | disk | FTP | other *** search
/ European Smalltalk User Group 2004 September / esugcd.iso / Books-Tutorial-Lectures / HistoricalDocuments / ThingLab / Figure 2.20.gif < prev    next >
Graphics Interchange Format  |  1999-04-03  |  9.4 KB  |  543x496  |  4-bit (6 colors)
   ocr: IningLab Browser Quadratic Rectangle picture Resistor structure serieskesistor values SmallixedBridge lextlonnector TextDemo TextLabel Class new title: Quadraticsolver" subclassof: Object fields: 'X A B C - text' declare: - quadraticSolver prototype parts: 'X A B C text'. quadraticSolver prototype field: *X replacewith: NumberNode prototype recopy. quadraticSolver prototype field: *A replacewith: NumberNode prototype recopy. QuadraticSolver prototype field: *B replacewith: NumberNode prototype recopy. quadraticSolver prototype field: *C replacewith: NumberNode prototype recopy. quadraticSolver ...